dsh-desktop-shell:为 DSH Web 增加 Electron 桌面窗口
`dsh-desktop-shell` 是一个 MIT 许可的 DSH 桌面外壳插件,旨在优化 `dsh web` 的本地使用体验。它通过在 web profile 中接入,使 `dsh web` 启动时自动弹出 Electron 窗口加载现有 HTTP 服务,同时保持 DSH 核心引擎零改动。主要功能包括:关闭窗口时进程不退出,而是隐藏至系统托盘,托盘菜单支持重新打开窗口或彻底退出进程;支持单实例锁防止重复启动,并记忆窗口位置大小;提供桌面快捷方式脚本以便双击启动。具备完善的降级策略,若 Electron 缺失、启动失败或窗口加载出错,将自动回退至浏览器模式,不阻断服务运行。安装需在 pro
Read Moredsh-app-launcher:把 DSH Web GUI 变成桌面应用窗口
dsh-app-launcher 是一款 DSH profile bundle,旨在将 DSH Web GUI 转化为类似桌面应用的体验。其核心功能包括使用专用配置目录启动 Chrome 或 Edge 独立应用窗口,实现浏览器隔离;窗口 URL 自动携带进程 token 以完成认证;关闭窗口时调用 appExit(0) 让 DSH 进程优雅退出;在 Windows 下默认生成桌面快捷方式,并支持记住窗口状态及关闭拼写检查。用户需安装 pnpm 后,通过 GitHub 或 npm 执行 dsh plugin 命令安装,配置项可在 cordis.patch.yml 中按 id 覆盖,无需手动编写
Read Moredsh-ux: Experience Enhancement Suite for DSH Web Interface
dsh-ux is an independent (unofficial) DSH extension suite, licensed under MIT, that includes the `dsh-enhance` Web plugin and the `dsh-desktop` shell. The `dsh-enhance` plugin optimizes the DSH Web experience by applying a Solarized Light theme with a compact layout, prioritizing the Maple Mono font, aggregating thinking blocks and tool calls into clickable, expandable collapsible capsules, and displaying account balance, token costs, and a 30-day usage chart at the bottom of the interface (requires configuring `DEEPSEEK_API_KEY`). The `dsh-desktop` provides a borderless, immersive window for macOS and supports double-click launching. Users need to install the plugin via the `dsh plugin` command based on `web`.
Read MoreLaunch DeepSeek Harness by double-clicking its desktop shell with qyqy-1109 on Windows
deepseek-harness-desktop is a Windows Electron desktop wrapper maintained by qyqy-1109 (v0.1.8, categorized by directory theme and appearance, 9 stars). Double-clicking it will automatically launch or reuse the dsh web, and the window will minimize to the system tray when closed. The installation package includes the dsh CLI, Node 24 and pnpm, as well as Codex-style themes and background image libraries. The directory page installation command is `dsh plugin add github:qyqy-1109/deepseek-harness-desktop`. This is a community project, the plugin runs with the permissions of the current dsh process, and the source code and license need to be verified before installation.
Read MoreBuild DeepSeek Harness into a local AI work desktop with deepseek-harness-desktop-app
The deepseek-harness-desktop app maintained by vibeinging is a local AI working desktop built on DeepSeek Harness, which integrates Sessions, projects, files, Git Worktrees, online research and Office outputs into an Electron application. This article verifies through the community directory page and GitHub README that it is not a shell wrapper of DSH Web. The directory page can be installed via `dsh plugin add`, and the full workbench requires Node.js 24 to start locally. Meanwhile, it organizes platform support, data directory and current functional boundaries.
Read More